home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
POV-Ray 3.0.2
/
Scenes
/
TEXSAMPS
/
SKIES
/
S_CLOUD1.POV
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-04
|
321 b
|
19 lines
|
[
TEXT/POV3
]
global_settings { assumed_gamma 2.2 }
#include "colors.inc"
#include "skies.inc"
camera {
location <0, 1, -100>
up y
right x*1.33
direction z
look_at <0 20 0>
angle 57
}
light_source { <100, 100, -50> White }
sky_sphere { S_Cloud1 }
plane { y, 0 pigment { color red 0.3 green 0.75 blue 0.5} }